Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 8b32357

Browse files
updated version
1 parent cfa9ebd commit 8b32357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: FrenchGithubUser < nomail >
22
pkgname='hatt-bin'
33
_pkgname="hatt"
4-
pkgver=0.3.2
4+
pkgver=0.3.3
55
pkgrel=1
66
pkgdesc="Tool to search for files through multiple websites "
77
arch=('x86_64')

variables/variables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RESULTS []ItemList
2626

2727
var ARGS []string
2828

29-
var CURRENT_VERSION string = "0.3.2"
29+
var CURRENT_VERSION string = "0.3.3"
3030

3131
var CURRENT_USER_SETTINGS UserSettings
3232

0 commit comments

Comments
 (0)