Skip to content

Commit

Permalink
Version 0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Nemec committed Jun 29, 2018
1 parent 8b7b290 commit 6abbc49
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
nanny (0.2) UNRELEASED; urgency=medium
nanny (0.3) stable; urgency=medium

* IP address is not appended to signal name, so it doesn't need to be
unique.
* Added debian packaging.
* Added the option to use human readable duration representation, e.g.
"1m15s".

-- Lukas Nemec <lu.nemec@gmail.com> Fri, 29 Jun 2018 13:39:15 +0000

nanny (0.2) stable; urgency=medium

* First deb package.

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

// Version is, suprisingly nanny version.
const Version = "0.2"
const Version = "0.3"

// VersionString to have it nice.
const VersionString = "Nanny v" + Version

0 comments on commit 6abbc49

Please sign in to comment.