From d43085b396db6ecc3a74c89db4063737779c3c25 Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Thu, 16 Mar 2023 01:45:09 -0400 Subject: [PATCH] update to v0.6.8-beta.12 --- .hof/shadow/AdhocGen/hof.rb | 6 +++--- hof.cue | 4 ++-- hof.rb | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.hof/shadow/AdhocGen/hof.rb b/.hof/shadow/AdhocGen/hof.rb index abb1fac..bd1f8d7 100644 --- a/.hof/shadow/AdhocGen/hof.rb +++ b/.hof/shadow/AdhocGen/hof.rb @@ -1,10 +1,10 @@ class Hof < Formula desc "A flexible data modeling & code generation system" homepage "https://hofstadter.io/" - version "v0.6.8-beta.11" + version "v0.6.8-beta.12" url "https://github.com/hofstadter-io/hof.git", - tag: "v0.6.8-beta.11", - revision: "3f3eef40bde51b1a27763f9638bbabaa897ae52c" + tag: "v0.6.8-beta.12", + revision: "475328015adf6d102e5227a646e63f6a2b23119f" license "BSD-3-Clause" head "https://github.com/hofstadter-io/hof.git", branch: "_dev" diff --git a/hof.cue b/hof.cue index 4abc998..74c3652 100644 --- a/hof.cue +++ b/hof.cue @@ -4,8 +4,8 @@ import "strings" name: "hof" version: tag -tag: "v0.6.8-beta.11" -commit: "3f3eef40bde51b1a27763f9638bbabaa897ae52c" +tag: "v0.6.8-beta.12" +commit: "475328015adf6d102e5227a646e63f6a2b23119f" desc: "A flexible data modeling & code generation system" homepage: "https://hofstadter.io/" repo: "github.com/hofstadter-io/hof" diff --git a/hof.rb b/hof.rb index daa0f14..255487a 100644 --- a/hof.rb +++ b/hof.rb @@ -1,10 +1,10 @@ class Hof < Formula desc "A flexible data modeling & code generation system" homepage "https://hofstadter.io/" - version "v0.6.8-beta.11" + version "v0.6.8-beta.12" url "https://github.com/hofstadter-io/hof.git", - tag: "v0.6.8-beta.11", - revision: "3f3eef40bde51b1a27763f9638bbabaa897ae52c" + tag: "v0.6.8-beta.12", + revision: "475328015adf6d102e5227a646e63f6a2b23119f" license "BSD-3-Clause" head "https://github.com/hofstadter-io/hof.git", branch: "_dev"