Commit b4fc56ccadb49da6acf6ab3a5af42d0038830384

Authored by Cyril Mougel
1 parent dbeeea32
Exists in master and in 1 other branch production

update version to 0.3.0.dev

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
lib/errbit/version.rb
1 1 module Errbit::Version
2 2 MAJOR = 0
3   - MINOR = 2
  3 + MINOR = 3
4 4 PATCH = 0
5 5  
6 6 def self.to_s
7   - "#{MAJOR}.#{MINOR}.#{PATCH}"
  7 + "#{MAJOR}.#{MINOR}.#{PATCH}.dev"
8 8 end
9 9 end
... ...