Skip to content

Commit

Permalink
Make ongoing dev version 2.3.1-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Sep 9, 2024
1 parent d6a742f commit 5b598d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ system, you must also run the `--upgrade` command in each repository:
$ transcrypt --upgrade
```

## [Unreleased]

## [2.3.0] - 2024-09-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/pacman/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Aaron Bull Schaefer <aaron@elasticdog.com>
pkgname=transcrypt
pkgver=2.3.0
pkgver=2.3.1-pre
pkgrel=1
pkgdesc='A script to configure transparent encryption of files within a Git repository'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion transcrypt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GREP_OPTIONS=""
##### CONSTANTS

# the release version of this script
readonly VERSION='2.3.0'
readonly VERSION='2.3.1-pre'

# the default cipher to utilize
readonly DEFAULT_CIPHER='aes-256-cbc'
Expand Down

0 comments on commit 5b598d8

Please sign in to comment.