From 808d837dcd863febc550a2cbe7646f1a280e12ec Mon Sep 17 00:00:00 2001 From: Mike Rogers Date: Tue, 7 Apr 2020 20:41:16 +0100 Subject: [PATCH] Increasing the version number --- CHANGELOG.md | 4 +++- lib/pig_ci/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d853f..c412983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## 1.0.0 (In Development) +## 1.0.1 (In development + +## 1.0.0 * [Removing PigCI.com integration](https://github.com/PigCI/pig-ci-rails/pull/27) - For more information please [see my announcement](https://pigci.com/github-integration-deprecation-notice). diff --git a/lib/pig_ci/version.rb b/lib/pig_ci/version.rb index 8cdba28..6d40a58 100644 --- a/lib/pig_ci/version.rb +++ b/lib/pig_ci/version.rb @@ -1,3 +1,3 @@ module PigCI - VERSION = '0.2.2'.freeze + VERSION = '1.0.0'.freeze end