Skip to content

Commit

Permalink
0.8.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Apr 23, 2024
1 parent 9ffc77a commit 7b69a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Exit if not on main branch
if: endsWith(github.ref, 'main') == false
run: exit -1
run: exit 0

- name: Hello world
run: echo "Hello world"
2 changes: 1 addition & 1 deletion src/Ast/ClassName.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Riverwaysoft\PhpConverter\Ast;

// version 0.8.2.38
// version 0.8.2.39
class ClassName
{
private string|null $short = null;
Expand Down

0 comments on commit 7b69a86

Please sign in to comment.