Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Nóva <kris@nivenly.com>
  • Loading branch information
krisnova committed Nov 24, 2021
1 parent fbbd80a commit 4f89073
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 @@ -24,7 +24,7 @@ all: compile

# Global release version.
# Change this to bump the build version!
version="1.0.1"
version="1.0.2"

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=v1.0.1
pkgver=v1.0.2
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 @@ -183,4 +183,3 @@ func (x *{{ .AppNameTitle }}) Objects() []runtime.Object {
return x.objects
}
`

0 comments on commit 4f89073

Please sign in to comment.