Merge pull request #1650 from mandiant/williballenthin-patch-1

v6.0.0a2
This commit is contained in:
Willi Ballenthin
2023-07-18 14:15:55 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ jobs:
- name: upload package artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: ${{ matrix.asset_name }}
path: dist/*
- name: upload package to GH Release
uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208 # v2

View File

@@ -5,7 +5,7 @@
# Unless required by applicable law or agreed to in writing, software distributed under the License
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.
__version__ = "6.0.0a1"
__version__ = "6.0.0a2"
def get_major_version():