./lib/dolt/version.rb in dolt-0.4.3 vs ./lib/dolt/version.rb in dolt-0.5.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.4.3" + VERSION = "0.5.0" end