Skip to content

Commit adf360e

Browse files
committed
changes the version so we can release a bug fix for v0.11.0
1 parent e744c1b commit adf360e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "nevergreen",
3-
"version": "1.0.0",
4-
"versionName": "Lapis Lazuli",
5-
"versionColour": "#26619C",
3+
"version": "0.11.1",
4+
"versionName": "Kobi",
5+
"versionColour": "#E79FC4",
66
"versionMeta": "0",
77
"commitHash": "local",
88
"description": "A build monitor with attitude",

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nevergreen "1.0.0"
1+
(defproject nevergreen "0.11.1"
22
:description "A build monitor with attitude"
33
:url "https://github.com/build-canaries/nevergreen"
44
:dependencies [[org.clojure/clojure "1.8.0"]

0 commit comments

Comments
 (0)