Skip to content

Commit 8500346

Browse files
committed
chore: bump version to 1.8.4 in PKGBUILD, installer script, and version.go
1 parent e9c2e49 commit 8500346

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

aur/goanime/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=goanime
2-
pkgver=1.8.3
2+
pkgver=1.8.4
33
pkgrel=1
44
pkgdesc="A command-line tool to browse, play, and download anime."
55
arch=('x86_64')

build/install.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; This script is designed to be run from CI with files staged in the build directory
33

44
#define MyAppName "GoAnime"
5-
#define MyAppVersion "1.8.3"
5+
#define MyAppVersion "1.8.4"
66
#define MyAppPublisher "GoAnime Team"
77
#define MyAppURL "https://github.com/alvarorichard/GoAnime"
88
#define MyAppExeName "goanime.exe"

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
// Version is set via -ldflags at build time by the CI workflow.
1111
// Fallback value is used for local development builds.
12-
var Version = "1.8.3"
12+
var Version = "1.8.4"
1313

1414
// BuildTime and Commit are injected by the CI workflow via -ldflags.
1515
var (

0 commit comments

Comments
 (0)