Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondas committed Dec 29, 2022
1 parent 1ec4631 commit 88cdbf9
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 @@ -56,7 +56,7 @@ yum install -y php-pgsql
Download the project files
* Via Git:
* Clone the repository: ```git clone https://github.com/poweradmin/poweradmin.git```
* Select latest tag (for example v3.4.0) or skip this if you want to run from master: ```git checkout tags/v3.4.0```
* Select latest tag (for example v3.4.1) or skip this if you want to run from master: ```git checkout tags/v3.4.1```
* Via releases:
* Get the latest file from [releases](https://github.com/poweradmin/poweradmin/releases)

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@

class Version
{
const VERSION = '3.5.0';
const VERSION = '3.4.1';
}

0 comments on commit 88cdbf9

Please sign in to comment.