From a38939b77214bae94d0846970fecabc5a1ff0eb2 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Sat, 8 Jun 2019 09:05:22 -0400 Subject: [PATCH] Revert "Preparing release v1.8.0" This reverts commit a1dab778fdcca2b13499884603c9cd8135eee041. --- CHANGELOG.md | 4 ++-- internal/vars/vars.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d665833..ee9fdaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.8.0] - 2019-06-08 +## [Unreleased] - Update the default `protoc` version to `3.8.0`. - Parse updated `protoc` output for `3.8.0`. - Fix issue where there were an unbounded number of `protoc` calls were @@ -244,7 +244,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release. -[1.8.0]: https://github.com/uber/prototool/compare/v1.7.0...v1.8.0 +[Unreleased]: https://github.com/uber/prototool/compare/v1.7.0...HEAD [1.7.0]: https://github.com/uber/prototool/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/uber/prototool/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/uber/prototool/compare/v1.4.0...v1.5.0 diff --git a/internal/vars/vars.go b/internal/vars/vars.go index b0c498ab..0cc4ae58 100644 --- a/internal/vars/vars.go +++ b/internal/vars/vars.go @@ -23,7 +23,7 @@ package vars const ( // Version is the current version. - Version = "1.8.0" + Version = "1.8.0-dev" // DefaultProtocVersion is the default version of protoc from // github.com/protocolbuffers/protobuf to use.