From 30b6c5b8c722830860e26988d5b422229d80f8bd Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Wed, 8 May 2024 00:36:26 -0400 Subject: [PATCH] bump to v0.6.9-rc.2 --- hof.cue | 4 ++-- hof.rb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hof.cue b/hof.cue index 75f2e40..60c51a3 100644 --- a/hof.cue +++ b/hof.cue @@ -4,8 +4,8 @@ import "strings" name: "hof" version: tag -tag: "v0.6.9-beta.1" -commit: "ce1c0229d97735bc716f9384e676eb680bc460e1" +tag: "v0.6.9-rc.2" +commit: "87cf8d74ad87f1977010966a395950047ce4e1a1" desc: "CUE powered developer tools & framework" homepage: "https://hofstadter.io/" repo: "github.com/hofstadter-io/hof" diff --git a/hof.rb b/hof.rb index fc4afe6..a9ac69c 100644 --- a/hof.rb +++ b/hof.rb @@ -1,10 +1,10 @@ class Hof < Formula desc "CUE powered developer tools & framework" homepage "https://hofstadter.io/" - version "v0.6.9-beta.1" + version "v0.6.9-rc.2" url "https://github.com/hofstadter-io/hof.git", - tag: "v0.6.9-beta.1", - revision: "ce1c0229d97735bc716f9384e676eb680bc460e1" + tag: "v0.6.9-rc.2", + revision: "87cf8d74ad87f1977010966a395950047ce4e1a1" license "Apache-2" head "https://github.com/hofstadter-io/hof.git", branch: "_dev"