diff --git a/CHANGELOG.md b/CHANGELOG.md index f191bc5a..8fb93938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## Unreleased +- No changes yet. + ## [1.17.1] - 2023-10-19 ### Added - Suggestions for value vs. pointer elements for slice and array types. diff --git a/version.go b/version.go index 7c92d4ab..a55f22f7 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package dig // Version of the library. -const Version = "1.17.1" +const Version = "1.18.0-dev"