lib/codalio_ai/version.rb in codalio_ai-0.0.2.beta.1 vs lib/codalio_ai/version.rb in codalio_ai-0.0.2.beta.2

- old
+ new

@@ -6,10 +6,10 @@ module VERSION MAJOR = 0 MINOR = 0 TINY = 2 - PRE = "beta.1" + PRE = "beta.2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end