Skip to content

Commit

Permalink
Update v to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-git committed Jul 11, 2023
1 parent 1ce4e24 commit 343f53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: install V
uses: vlang/[email protected]
with:
version: 0.3.4
version: 0.4.0
- name: checkout
uses: actions/checkout@v2
- name: build
Expand Down
2 changes: 1 addition & 1 deletion gw.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn main() {
mut cmd := cli.Command{
name: 'gw'
description: 'Where is my commit?\nUsage:\ngw search -help\ngw diff -help'
version: '1.3.1'
version: '1.3.2'
}
mut search_cmd := cli.Command{
name: 'search'
Expand Down

0 comments on commit 343f53a

Please sign in to comment.