From 5ae7b1f2652f264e42174773de26dbeea0cc8199 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Thu, 12 Jan 2023 10:56:10 -0800 Subject: [PATCH] Back to development (#373) --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6662f908..c62ac02e 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.16.1] - 2023-01-10 ### Fixed - A panic when `DryRun` was used with `Decorate`. diff --git a/version.go b/version.go index 4c10e69e..63b5fe78 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package dig // Version of the library. -const Version = "1.16.1" +const Version = "1.17.0-dev"