Commit a5ea5f1
Alena Kastsiukavets
Change Agent versioning schema
# Why is this change needed?
Build version should be included in major version number since it is impossible to have predicted version number for release. Redo Agent versioning in [standard ruby convention](https://guides.rubygems.org/patterns/)
# How does it address the issue?
Set version number as 1.1.0 according to ruby doc. We will retrieve information about version from `gemspec` file, so remove version from `gemspec` file name
# How was this tested ?
bb version
https://rally1.rallydev.com/#/377133917144d/detail/userstory/390428686488
cr https://code.amazon.com/reviews/CR-26030025
# Conflicts:
# Config1 parent 4900112 commit a5ea5f1
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments