Skip to content

Commit

Permalink
[META] Bumps Archey to v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Sep 26, 2020
1 parent 9b25e22 commit 810ae29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ sudo yay -S archey4
### Step 1 : Fetch the source ###

# If you want the latest release :
LATEST_VERSION="v4.7.2"
LATEST_VERSION="v4.8.0"
wget "https://github.com/HorlogeSkynet/archey4/archive/${LATEST_VERSION}.tar.gz"
tar xvzf "${LATEST_VERSION}.tar.gz"
cd "archey4-${LATEST_VERSION}/"
Expand Down
2 changes: 1 addition & 1 deletion archey/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Simple module storing the current project version"""

__version__ = 'v4.8.0-beta'
__version__ = 'v4.8.0'

0 comments on commit 810ae29

Please sign in to comment.