aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorGrant Ammons <grant@pipelinedealsco.com>2016-08-27 16:19:14 -0400
committerGitHub <noreply@github.com>2016-08-27 16:19:14 -0400
commit4c54e924259c28a1441aff4217e2d68a0cc1d1c5 (patch)
tree3d9259b209ccff5503f5c727663ec512fac0ea31 /Rakefile
parent0bb3f62011d8a8bf706d9d6c1bf860a6ba3f7f97 (diff)
parente1f901cc29eec9dc55a0629b3b6ed2536deeda3b (diff)
Merge pull request #5 from gammons/v0.3.00.3.0
New todolist frontend
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index a94149f..afc4ccd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,8 +10,7 @@ Envs = [
{goos: "windows", arch: "amd64"}
]
-Version = "0.2.0"
-
+Version = "0.3.0"
task :build do
`rm -rf dist/#{Version}`