From b4650c300443cd32b3c603a12b35a27e6624a872 Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Thu, 8 May 2025 14:44:51 -0400 Subject: [PATCH] Back to development. Return changelog and version string to development mode. --- CHANGELOG.md | 4 +++- version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6681ed3..ca646713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ 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.18.2] - 2025-05-08 ### Fixed - - The exported Version string incorrectly containing "-dev". ## [1.18.1] - 2025-03-03 diff --git a/version.go b/version.go index 63235c5c..bdb26336 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package dig // Version of the library. -const Version = "1.18.2" +const Version = "1.19.0-dev"