Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Nov 30, 2022
1 parent b7ac49b commit 1aea2f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cruby-build-and-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
pull_request:
paths:
- "lib/commonmarker/version.rb"
push:
branches:
- "windows-build"

jobs:
cruby-package:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/generic-build-and-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
pull_request:
paths:
- "lib/commonmarker/version.rb"
push:
branches:
- "windows-build"

jobs:
generic-package:
Expand Down
2 changes: 1 addition & 1 deletion lib/commonmarker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Commonmarker
VERSION = "1.0.0.pre.2"
VERSION = "1.0.0.pre3"
end

0 comments on commit 1aea2f7

Please sign in to comment.