lib/alda-rb/version.rb in alda-rb-0.1.4 vs lib/alda-rb/version.rb in alda-rb-0.2.0

- old
+ new

@@ -1,5 +1,11 @@ # frozen_string_literal: true +## +# The module serving as a namespace. module Alda - VERSION = '0.1.4' + ## + # The version number of alda-rb. + # + # The same as that in alda-rb gem spec. + VERSION = '0.2.0' end