Skip to content

Commit

Permalink
New version: 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machitgarha committed Apr 28, 2023
2 parents cb1a3d0 + 4b0c662 commit 2958f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/appimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Options:
phpConfigureOptions="--disable-fileinfo --disable-phar --disable-session \
--disable-cgi --disable-pdo --disable-simplexml --disable-xmlreader \
--disable-xmlwriter --enable-phpdbg=no --without-sqlite3 --enable-mbstring \
--with-zlib=static --enable-intl --enable-pcntl"
--with-zlib=static --enable-pcntl"
phpMakeJobsCount="4"
phpIniCustomSettings="
[PHP]
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Application extends \Symfony\Component\Console\Application
{
public const NAME = "Parvaj";
public const VERSION = "0.5.1";
public const VERSION = "0.5.2";

public const ISSUES_PAGE_LINK = "https://github.com/machitgarha/parvaj/issues";

Expand Down

0 comments on commit 2958f18

Please sign in to comment.