Skip to content

Commit

Permalink
0.8.2.36
Browse files Browse the repository at this point in the history
t
  • Loading branch information
kubk committed Apr 23, 2024
1 parent 4b72358 commit 228a650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- v*
- "*.*.*.*"

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions src/Ast/ClassName.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Riverwaysoft\PhpConverter\Ast;

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

0 comments on commit 228a650

Please sign in to comment.