lib/numru/gphys/version.rb in gphys-1.5.0 vs lib/numru/gphys/version.rb in gphys-1.5.1
- old
+ new
@@ -1,6 +1,6 @@
module NumRu
class GPhys
- # Add alpha while under development; remove it to release
- VERSION = "1.5.0"
+ # Add subsubminor version while under development; remove it and advance version to release
+ VERSION = "1.5.1"
end
end