pull/2927/head
Alexander Medvednikov 2019-11-29 20:00:33 +03:00
parent 43d0199604
commit 881584d04c
2 changed files with 23 additions and 23 deletions

View File

@ -90,9 +90,9 @@ jobs:
runs-on: windows-2019
steps:
- name: Download V
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip && unzip v_windows.zip && ./v.exe --version
# run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip && unzip v_windows.zip && ./v.exe --version
- name: Test V
run: ./v.exe examples/hello_world.v && examples/hello_world.exe
# run: ./v.exe examples/hello_world.v && examples/hello_world.exe
ubuntu-tcc:

View File

@ -12,7 +12,7 @@ import (
)
pub const (
Version = '0.1.22'
Version = '0.1.23'
)
enum BuildMode {