From 4c9d96d429b6b9214eca443f9f22c461cca666bd Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Mon, 8 May 2023 12:00:06 -0700 Subject: [PATCH] Back to development --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27330b2df..adc6371ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +- No changes yet. + ## [1.19.3](https://github.com/uber-go/fx/compare/v1.19.2...v1.19.3) - 2023-04-17 ### Changed - Fixed several typos in docs. diff --git a/version.go b/version.go index cf9a00842..daf9b52a9 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package fx // Version is exported for runtime compatibility checks. -const Version = "1.19.3" +const Version = "1.20.0-dev"