summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-01-29 22:09:06 -0800
committerTom Black <[email protected]>2018-01-29 22:09:06 -0800
commit975b21df2b1c3835353441619c34abdf2fb76b7e (patch)
tree1bc5801e70f7b2c59424dd22994b966d36805a8a
parent8cf6dcc2147d6a3cf806d3b5fae8221d83e370dd (diff)
downloadruby2d-975b21df2b1c3835353441619c34abdf2fb76b7e.tar.gz
ruby2d-975b21df2b1c3835353441619c34abdf2fb76b7e.zip
Bump version to 0.5.1v0.5.1
-rw-r--r--lib/ruby2d/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ruby2d/version.rb b/lib/ruby2d/version.rb
index b03c975..46d7714 100644
--- a/lib/ruby2d/version.rb
+++ b/lib/ruby2d/version.rb
@@ -1,5 +1,5 @@
# version.rb
module Ruby2D
- VERSION = '0.5.0'
+ VERSION = '0.5.1'
end