./lib/dolt/version.rb in dolt-0.2.2 vs ./lib/dolt/version.rb in dolt-0.3.0

- old
+ new

@@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. #++ module Dolt - VERSION = "0.2.2" + VERSION = "0.3.0" end