From 65a9e1e916ec31f346df732f8d0827a7c1e81075 Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Sat, 6 May 2017 12:59:28 +1000 Subject: [PATCH] Bump version --- utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.go b/utils/utils.go index 82b49adc..28de30f5 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -34,7 +34,7 @@ type Note struct { const configFilename = ".dnoterc" const DnoteUpdateFilename = ".dnote-upgrade" const dnoteFilename = ".dnote" -const Version = "0.1.0-beta.3" +const Version = "0.1.0" const letterRunes = "abcdefghipqrstuvwxyz0123456789"