From c220de36a27a03855a0157f712ca2c3f6ec186f2 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 11 Dec 2024 00:43:55 +0400 Subject: [PATCH] Set version to 24.50.0. --- Makefile | 2 +- build/archlinux/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c55450d..43067d6 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SYSDDIR=${SYSDDIR_:/%=%} DESTDIR:= PREFIX:=/usr/local -VERSION=24.49.0 +VERSION=24.50.0 FLAGS=-buildmode=pie -modcacherw -mod=readonly -trimpath LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 75a4662..97a7e89 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-files -pkgver=24.49.0 +pkgver=24.50.0 pkgrel=1 pkgdesc="Arav's dwelling / Files" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')