Skip to content

Commit

Permalink
Bump version to 2024.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Feb 10, 2024
1 parent 486363a commit ddb66e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Daniel Fandrich <[email protected]>
See more info at the
[project home page](https://github.com/dfandrich/speakout-account-info/).

This program is Copyright © 2022–2023 Daniel Fandrich. It is distributed under
This program is Copyright © 2022–2024 Daniel Fandrich. It is distributed under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
4 changes: 2 additions & 2 deletions speakout-account-info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Retrieve balance information for a Canadian SpeakOut cellular account
#
# Copyright © 2022–2023 Daniel Fandrich.
# Copyright © 2022–2024 Daniel Fandrich.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
Expand All @@ -18,7 +18,7 @@

set -e

readonly VERSION=2023.2-dev
readonly VERSION=2024.0
if [[ "$1" == "--help" ]]; then
echo "Usage: $0 [--help] [--quiet] [--alwaysmail] [--lowmail]"
echo "ver. $VERSION"
Expand Down

0 comments on commit ddb66e0

Please sign in to comment.