Skip to content

Commit a5ff7e6

Browse files
Release 0.1.0
1 parent d6b4d0e commit a5ff7e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/kenjones-cisco/dinamo/compare/a46ea9d21590...0.1.0) (2018-07-05)

version/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var (
1212
GitDescribe string
1313

1414
// Version is main version number that is being run at the moment.
15-
Version = "0.0.0"
15+
Version = "0.1.0"
1616
)
1717

1818
const (

0 commit comments

Comments
 (0)