aboutsummaryrefslogtreecommitdiff
path: root/.guix.scm
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-04-17 23:52:08 -0400
committerKyle Meyer <kyle@kyleam.com>2022-04-17 23:52:13 -0400
commit547941861ad97147876b38e266622f03e17c1624 (patch)
tree4ddeba5739201492ce45f11d66150c1810cca211 /.guix.scm
parent5209ad280e08d95d10f63a2dd6079cedca3db0f6 (diff)
downloadpiem-547941861ad97147876b38e266622f03e17c1624.tar.gz
Fix versions strings for 0.3.0 release
Embarrassingly, I forgot to do this in b8eec6b9.
Diffstat (limited to '.guix.scm')
-rw-r--r--.guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix.scm b/.guix.scm
index b8cb2b3..7743da7 100644
--- a/.guix.scm
+++ b/.guix.scm
@@ -48,7 +48,7 @@
(define-public piem
(package
(name "piem")
- (version "0.2.0")
+ (version "0.3.0")
(source
(origin
(method git-fetch)