This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian
/
free_mutant
Watch
1
Star
0
Fork
You've already forked free_mutant
0
Code
Releases
Activity
96c2502e98
free_mutant
/
lib
/
mutant
/
version.rb
7 lines
104 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add missing utf-8 encoding comments
2013-08-05 07:17:55 +02:00
# encoding: utf-8
Add Mutant::Version and --version flag for CLI Closes #88
2013-08-03 01:44:58 +02:00
module
Mutant
# The current mutant version
Prepare version 0.3.5
2014-01-13 22:26:35 +01:00
VERSION
=
'0.3.5'
.
freeze
Add Mutant::Version and --version flag for CLI Closes #88
2013-08-03 01:44:58 +02:00
end
# Mutant
Copy permalink