Simple version bump

This commit is contained in:
Chris Wright 2021-03-24 13:36:58 +00:00
parent d6233c33a3
commit 36cd674fa2
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.0.4]
### Changed
- Version bump to test CI
## [v0.0.3] ## [v0.0.3]
### Changed ### Changed
- Moved all CI to templates. - Moved all CI to templates.

View File

@ -13,7 +13,7 @@
params { params {
help = false help = false
out_dir = "output" out_dir = "output"
wfversion = "v0.0.3" wfversion = "v0.0.4"
} }