From 7510ff56b93066c8ec8b0d1eff86e0752079d99a Mon Sep 17 00:00:00 2001 From: Joe Weakley Date: Fri, 6 Apr 2018 12:48:18 -0700 Subject: [PATCH] Updated version to alpha. --- Gemfile.lock | 2 +- lib/syspro/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8491798..c58093b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - syspro-ruby (0.1.0) + syspro-ruby (1.0.0.alpha.1) faraday (~> 0.10) nokogiri (~> 1.8.2) diff --git a/lib/syspro/version.rb b/lib/syspro/version.rb index 5b8acb6..f273179 100644 --- a/lib/syspro/version.rb +++ b/lib/syspro/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Syspro - VERSION = '0.1.0' + VERSION = '1.0.0.alpha.1' end -- libgit2 0.21.4