From 14616a3125075e8a3f7c7ba748e269b15ac741ca Mon Sep 17 00:00:00 2001 From: ram-pi Date: Thu, 22 Aug 2024 21:06:36 +0200 Subject: [PATCH] ADD: Update snapcraft.yaml to v0.3.9 --- snap/snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index cef5e92b..a86d69b2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: jrnd base: core22 -version: 0.3.8 +version: 0.3.9 summary: Random data generator description: | Command line generator of random data. @@ -20,7 +20,7 @@ parts: jr: plugin: make source-type: git - source-tag: v0.3.8 + source-tag: v0.3.9 source: https://github.com/jrnd-io/jr build-snaps: [go/1.22/stable] disable-parallel: true @@ -33,7 +33,7 @@ parts: jr-copy-files-templates: plugin: dump source-type: git - source-tag: v0.3.8 + source-tag: v0.3.9 source: https://github.com/jrnd-io/jr source-subdir: "templates" organize: @@ -42,6 +42,6 @@ parts: jr-copy-files-config: plugin: dump source-type: git - source-tag: v0.3.8 + source-tag: v0.3.9 source: https://github.com/jrnd-io/jr source-subdir: "config"