From 8b2804da016a0b06b3654ab2fe347d5b1561104c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kris=20N=C3=B3va?= Date: Sat, 20 Nov 2021 12:27:00 -0500 Subject: [PATCH] 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kris Nóva --- Makefile | 2 +- aur/PKGBUILD | 2 +- embed_gen.go | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 749072f..6908fd2 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ version=$(shell git rev-parse HEAD) # Global release version. # Change this to bump the build version! -version="0.4.0" +version="0.4.1" compile: ## Compile for the local architecture ⚙ @echo "Compiling..." diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 4d361f9..1dd81d7 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=naml pkgname=(naml) -pkgver=v0.4.0 +pkgver=v0.4.1 pkgrel=1 pkgdesc="Not Another Markup Language [NAML]" arch=(x86_64) diff --git a/embed_gen.go b/embed_gen.go index 7230eff..ab70da4 100644 --- a/embed_gen.go +++ b/embed_gen.go @@ -184,4 +184,3 @@ func (x *{{ .AppNameTitle }}) Objects() []runtime.Object { return x.objects } ` -