mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 18:57:00 +01:00
* app: add code for macOS and Windows apps under 'app' * app: add readme * app: windows and linux only for now * ci: fix ui CI validation --------- Co-authored-by: jmorganca <jmorganca@gmail.com>
6 lines
76 B
Go
6 lines
76 B
Go
//go:build windows || darwin
|
|
|
|
package version
|
|
|
|
var Version string = "0.0.0"
|