Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Update, version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
takkii committed Sep 29, 2019
1 parent adba12b commit 6d8dabf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/prop/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Encoding.default_internal = 'UTF-8'

module Engine
VERSION = '1.0.12.2.beta1'.toutf8.freeze
VERSION = '1.0.12.2.beta2'.toutf8.freeze
end

__END__
2 changes: 1 addition & 1 deletion mini_test/mini_test_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Mini_test file load.
class VersionTest < Minitest::Test
def test_version
assert_equal Engine::VERSION, '1.0.12.2.beta1'
assert_equal Engine::VERSION, '1.0.12.2.beta2'
end
end

2 changes: 1 addition & 1 deletion test/test_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class TestVersion < Test::Unit::TestCase
def setup
@versions = Engine::VERSION
@version = '1.0.12.2.beta1'
@version = '1.0.12.2.beta2'
end

def test_new
Expand Down

0 comments on commit 6d8dabf

Please sign in to comment.