Skip to content
Snippets Groups Projects
Commit b52abe7d authored by Rohith Jayawardene's avatar Rohith Jayawardene Committed by GitHub
Browse files

Bug Fix Release (#172)

- releasing the v2.0.1 bug fix
parent 4b61f8e6
Branches
Tags
No related merge requests found
#### **2.0.1**
BUGS:
* fixing the cli option for --resources. Need to start writing tests for the cli options
#### **2.0.0** #### **2.0.0**
FEATURES: FEATURES:
......
...@@ -24,7 +24,7 @@ import ( ...@@ -24,7 +24,7 @@ import (
) )
var ( var (
release = "v2.0.0" release = "v2.0.1"
gitsha = "no gitsha provided" gitsha = "no gitsha provided"
version = release + " (git+sha: " + gitsha + ")" version = release + " (git+sha: " + gitsha + ")"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment