Skip to content

Commit 5b598d8

Browse files
committed
Make ongoing dev version 2.3.1-pre
1 parent d6a742f commit 5b598d8

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.0] - 2024-09-10
3638

3739
### Added

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 <[email protected]>
22
pkgname=transcrypt
3-
pkgver=2.3.0
3+
pkgver=2.3.1-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.0'
25+
readonly VERSION='2.3.1-pre'
2626

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

0 commit comments

Comments
 (0)