diff options
| author | Micah Anderson <micah@leap.se> | 2014-08-28 11:50:20 -0700 | 
|---|---|---|
| committer | Micah Anderson <micah@leap.se> | 2014-08-28 11:50:20 -0700 | 
| commit | b806d84a2fc292e3fb8a3f5fd1fb029c2cdb629e (patch) | |
| tree | 57a4670b4f858dacaeecdc7b36d8385bd471dadf | |
| parent | f78171d2747e2afff820040890825c675a47ecc9 (diff) | |
| parent | 83805a5f9a4f92a8825104e1ea3f445de11ab9ea (diff) | |
Merge tag '0.5.4.1'
Tag 0.5.4.1 hotfix release
| -rw-r--r-- | platform.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.rb b/platform.rb index 6796c7db..01797282 100644 --- a/platform.rb +++ b/platform.rb @@ -4,7 +4,7 @@  #  Leap::Platform.define do -  self.version = "0.5.4" +  self.version = "0.5.4.1"    self.compatible_cli = "1.5.5".."1.5.7"    #  | 
