aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-03-14 16:45:45 -0400
committerGrant Ammons <gammons@gmail.com>2017-03-14 16:45:45 -0400
commitbd1c22d1af9cde98a7e1340df4d6d4e187b6b889 (patch)
tree3aa43ff2c3a12dcbaae26ca418eb08ae5993726f /Rakefile
parenta7f4fa609e805b7c85dd3b1783182ef987d91679 (diff)
Version bump
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index fe48f02..7e1d4e9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Envs = [
{goos: "windows", arch: "amd64"}
]
-Version = "0.5.1"
+Version = "0.5.2"
task :build do
`rm -rf dist/#{Version}`