We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a2be8 commit a99e1bbCopy full SHA for a99e1bb
bbin
@@ -2,7 +2,7 @@
2
3
; :bbin/start
4
;
5
-; {:coords {:bbin/url "https://raw.githubusercontent.com/babashka/bbin/main/bbin"}}
+; {:coords {:bbin/url "https://raw.githubusercontent.com/babashka/bbin/v0.2.4/bbin"}}
6
7
; :bbin/end
8
@@ -21,7 +21,7 @@
21
22
(ns babashka.bbin.meta)
23
(def min-bb-version "This def was generated by the bbin build script." "0.9.162")
24
-(def version "This def was generated by the bbin build script." "0.2.4-SNAPSHOT")
+(def version "This def was generated by the bbin build script." "0.2.4")
25
(ns babashka.bbin.dirs
26
(:require [babashka.fs :as fs]
27
[clojure.string :as str]))
0 commit comments