Skip to content

Commit 78ffab1

Browse files
committed
Bump version 0.3.68
1 parent 55b1f7c commit 78ffab1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
See the [New Clojure project quickstart](https://blog.michielborkent.nl/new-clojure-project-quickstart.html) blog post for a gentle introduction into `neil`.
66

7-
## Unreleased
7+
## 0.3.68
88

99
- [#230](https://github.com/babashka/neil/issues/230): neil dep upgrade inserts git/url into upgraded dep ([@teodorlu](https://github.com/teodorlu))
1010
- [#237](https://github.com/babashka/neil/issues/230): more specific error reporting on invalid github token ([@teodorlu](https://github.com/teodorlu))

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:tools/usage {:ns-default babashka.neil.api}
1313
:aliases
1414
{:neil
15-
{:project {:version "0.3.67"}}
15+
{:project {:version "0.3.68"}}
1616

1717
:test ;; added by neil
1818
{:extra-paths ["test"]

neil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
org.babashka/http-client {:mvn/version "0.1.4"}}})
1717

1818
(ns babashka.neil.meta)
19-
(def version "This def was generated by the neil build script." "0.3.67")
19+
(def version "This def was generated by the neil build script." "0.3.68")
2020
(ns babashka.neil.utils)
2121

2222
;; Workaround for pmap + require which doesn't work well in bb - 2023-02-04

0 commit comments

Comments
 (0)