From 3f57d446e8143abcfd0ade778d204edc82322d4f Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Wed, 10 Jan 2018 21:29:30 +1100 Subject: [PATCH] v0.2.0-alpha.4 --- core/core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.go b/core/core.go index 5f13cd57..66938ad7 100644 --- a/core/core.go +++ b/core/core.go @@ -18,7 +18,7 @@ import ( const ( // Version is the current version of dnote - Version = "0.2.0-alpha.3" + Version = "0.2.0-alpha.4" // TimestampFilename is the name of the file containing upgrade info TimestampFilename = "timestamps"