mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 14:11:23 -03:00
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
version="1.1.0"
|
|
printf "%s" "${version}"
|