File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
framework/bootstrap/context/vars/constants Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99#----------------------------------------------------------------------------------------------------------------------#
1010
1111Name: radp-bash-framework
12- Version: 0.7.18
12+ Version: 0.7.19
1313Release: 1%{?dist }
1414Summary: Modular Bash framework with structured context
1515
Original file line number Diff line number Diff line change 99#----------------------------------------------------------------------------------------------------------------------#
1010
1111Name: radp-bash-framework
12- Version: 0.7.18
12+ Version: 0.7.19
1313Release: 1%{?dist }
1414Summary: Modular Bash framework with structured context
1515
Original file line number Diff line number Diff line change 33# @desc Show radp-bash-framework version
44
55# Application version - same as framework version
6- declare -gr gr_app_version=" v0.7.18 "
6+ declare -gr gr_app_version=" v0.7.19 "
77
88cmd_version () {
99 radp_get_fw_install_version
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# 当前框架的版本
4- declare -gr gr_fw_version=v0.7.18
4+ declare -gr gr_fw_version=v0.7.19
55
66# 缓存当前正在执行的命令(即完整命令行)
77declare -gra gra_command_line=(" $0 " " $@ " )
You can’t perform that action at this time.
0 commit comments