aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2016-09-07 10:37:14 -0400
committerGrant Ammons <gammons@gmail.com>2016-09-07 10:37:14 -0400
commit832a27475b773e7a63cc0b582be8d7871de75dc3 (patch)
treec34479c14a450142726699260abeabb642b99c8a /Rakefile
parentb152f2ef04a04af5185891428a63e5343187b1f8 (diff)
Bump version0.3.1
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index afc4ccd..c5647d2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Envs = [
{goos: "windows", arch: "amd64"}
]
-Version = "0.3.0"
+Version = "0.3.1"
task :build do
`rm -rf dist/#{Version}`