Skip to content

Commit

Permalink
Use snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
rads committed Apr 26, 2024
1 parent 74a9b3b commit 1c134f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bbin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; :bbin/start
;
; {:coords {:bbin/url "https://raw.githubusercontent.com/babashka/bbin/v0.2.2/bbin"}}
; {:coords {:bbin/url "https://raw.githubusercontent.com/babashka/bbin/main/bbin"}}
;
; :bbin/end

Expand All @@ -21,7 +21,7 @@

(ns babashka.bbin.meta)
(def min-bb-version "This def was generated by the bbin build script." "0.9.162")
(def version "This def was generated by the bbin build script." "0.2.2")
(def version "This def was generated by the bbin build script." "0.2.3-SNAPSHOT")
(ns babashka.bbin.dirs
(:require [babashka.fs :as fs]
[clojure.string :as str]))
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
selmer/selmer {:mvn/version "1.12.55"}
version-clj/version-clj {:mvn/version "2.0.2"}}
:aliases {:neil {:project {:name babashka/bbin
:version "0.2.2"}}}}
:version "0.2.3-SNAPSHOT"}}}}

0 comments on commit 1c134f0

Please sign in to comment.