Skip to content

Commit 5ae7b1f

Browse files
authored
Back to development (#373)
1 parent 67800c3 commit 5ae7b1f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## Unreleased
8+
- No changes yet.
9+
710
## [1.16.1] - 2023-01-10
811
### Fixed
912
- A panic when `DryRun` was used with `Decorate`.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package dig
2222

2323
// Version of the library.
24-
const Version = "1.16.1"
24+
const Version = "1.17.0-dev"

0 commit comments

Comments
 (0)