1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-18 13:01:09 +01:00

First preview release

This commit is contained in:
Jean-Marc MEESSEN 2020-07-16 20:27:51 +02:00
parent 12c892c6b0
commit b4c740180a
6 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View file

@ -1,10 +1,10 @@
# Binaries for programs and plugins
*.exe
#*.exe
*.exe~
*.dll
*.so
*.dylib
FLEcli
./FLEcli
#executables/*
test/output/temp/*

BIN
FLEcli Executable file

Binary file not shown.

View file

@ -1,4 +1,4 @@
package cmd
//VersionString is the version that will be displayed with the -v switch
const VersionString = "v0.0.0.0-15-g8c35ac4 (2020-07-16)"
const VersionString = "v0.0.0 (2020-07-16)"

Binary file not shown.

BIN
executables/macos/FLEcli Executable file

Binary file not shown.

BIN
executables/windows/FLEcli.exe Executable file

Binary file not shown.