mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-06-27 19:35:10 +07:00
9 lines
92 B
Bash
9 lines
92 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
__get_existing_version() {
|
|
local version
|
|
|
|
echo "$version"
|
|
} |