Skip to content

Commit 373a0b7

Browse files
committed
Update ongoing dev version to 2.3.2-pre
1 parent fbfb523 commit 373a0b7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ system, you must also run the `--upgrade` command in each repository:
3232
$ transcrypt --upgrade
3333
```
3434

35+
## [Unreleased]
36+
3537
## [2.3.1] - 2025-02-24
3638

3739
### Fixed

contrib/packaging/pacman/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Aaron Bull Schaefer <aaron@elasticdog.com>
22
pkgname=transcrypt
3-
pkgver=2.3.1
3+
pkgver=2.3.2-pre
44
pkgrel=1
55
pkgdesc='A script to configure transparent encryption of files within a Git repository'
66
arch=('any')

transcrypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GREP_OPTIONS=""
2222
##### CONSTANTS
2323

2424
# the release version of this script
25-
readonly VERSION='2.3.1'
25+
readonly VERSION='2.3.2-pre'
2626

2727
# the default cipher to utilize
2828
readonly DEFAULT_CIPHER='aes-256-cbc'

0 commit comments

Comments
 (0)