diff --git a/.github/workflows/commit_validation.yml b/.github/workflows/commit_validation.yml
index 49c7fe2..6c91a07 100644
--- a/.github/workflows/commit_validation.yml
+++ b/.github/workflows/commit_validation.yml
@@ -12,4 +12,4 @@ jobs:
# this is to fix GIT not liking owner of the checkout dir, See https://github.com/actions/runner/issues/2033
chown -R $(id -u):$(id -g) $PWD
- name: Base image
- uses: docker://hephaistox/gha-automaton-optimization:2.0.7-la
+ uses: docker://hephaistox/gha-automaton-optimization:2.0.7-2-la
diff --git a/bb.edn b/bb.edn
index 675eb03..d175ddb 100644
--- a/bb.edn
+++ b/bb.edn
@@ -1,5 +1,5 @@
;; The file is updated automatically
-{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "2.0.2-la"}}
+{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "2.0.2-2-la"}}
:paths []
:tasks
{:requires
diff --git a/deps.edn b/deps.edn
index 5d1a9c6..f73e1bb 100644
--- a/deps.edn
+++ b/deps.edn
@@ -1,10 +1,10 @@
{:aliases
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.9.1217"}}
:main-opts ["-m" "antq.core"]}
- :bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version
- "2.0.2-la"}}}
- :build {:extra-deps {org.clojars.hephaistox/automaton-build #:mvn{:version
- "2.0.2-la"}}}
+ :bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build
+ #:mvn{:version "2.0.2-2-la"}}}
+ :build {:extra-deps {org.clojars.hephaistox/automaton-build
+ #:mvn{:version "2.0.2-2-la"}}}
:cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
criterium/criterium {:mvn/version "0.4.6"}
kixi/stats {:mvn/version "0.5.5"}
@@ -22,7 +22,8 @@
:extra-paths ["test/clj" "test/cljc" "test/resources"]
:jvm-opts ["-Dheph-conf=env/test/config.edn,env/test/config.edn"]}
:env-development-repl
- {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.2.9-la"}}
+ {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version
+ "1.2.9-2-la"}}
:extra-paths ["env/development/resources"
"env/development/src/clj"
"env/development/src/cljc"]
@@ -43,7 +44,7 @@
"test/cljc"]}}
:deps {criterium/criterium {:mvn/version "0.4.6"}
kixi/stats {:mvn/version "0.5.5"}
- org.clojars.hephaistox/automaton-core #:mvn{:version "1.2.9-la"}
+ org.clojars.hephaistox/automaton-core #:mvn{:version "1.2.9-2-la"}
org.clojure/clojure #:mvn{:version "1.11.4"}
thedavidmeister/xoroshiro128 #:mvn{:version "1.1.3"}}
:paths ["src/clj" "src/cljc" "resources" "src/cljs"]}
diff --git a/pom.xml b/pom.xml
index 26d2f56..fce8594 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
jar
org.clojars.hephaistox
automaton-optimization
- 2.0.7-la
+ 2.0.7-2-la
automaton-optimization
@@ -20,7 +20,7 @@
org.clojars.hephaistox
automaton-core
- 1.2.9-la
+ 1.2.9-2-la
kixi
diff --git a/version.edn b/version.edn
index a2293f0..b98762d 100644
--- a/version.edn
+++ b/version.edn
@@ -1,2 +1,2 @@
;; Last generated version, note a failed push consume a number
-{:version "2.0.7-la"}
\ No newline at end of file
+{:version "2.0.7-2-la"}
\ No newline at end of file