Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Nóva <[email protected]>
  • Loading branch information
krisnova committed Nov 20, 2021
1 parent 47fe64b commit 8b2804d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
2 changes: 1 addition & 1 deletion aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion embed_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,3 @@ func (x *{{ .AppNameTitle }}) Objects() []runtime.Object {
return x.objects
}
`

0 comments on commit 8b2804d

Please sign in to comment.