lib/wlang.rb in wlang-0.8.4 vs lib/wlang.rb in wlang-0.8.5
- old
+ new
@@ -16,10 +16,10 @@
# to enter the library.
#
module WLang
# Current version of WLang
- VERSION = "0.8.4".freeze
+ VERSION = "0.8.5".freeze
# Reusable string for building dialect name based regexps
DIALECT_NAME_REGEXP_STR = "[-a-z]+"
#