Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Apr 8, 2016
1 parent 6821c63 commit 797f9a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/bump.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ function usage($command)
setlocale(LC_ALL, 'en_GB');
date_default_timezone_set('Europe/London');

// Make sure file and folder permissions are set correctly
// Make sure file and folder permissions are set correctly.
umask(022);

// Get version dev status.
$dev_status = 'Stable';

if (!isset($versionParts[1]))
Expand Down

0 comments on commit 797f9a7

Please sign in to comment.