Skip to content

Commit 51f57b1

Browse files
committed
Decrease the version to test the bump-version workflow
1 parent d2c3c2e commit 51f57b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ latest commit."
210210
;; ---------------------------------------------------------------------------
211211
;;; Building language grammars.
212212

213-
(defconst tree-sitter-langs--bundle-version "0.10.6-alpha"
213+
(defconst tree-sitter-langs--bundle-version "0.10.4"
214214
"Version of the grammar bundle.
215215
This should be bumped whenever a language submodule is updated, which should be
216216
infrequent (grammar-only changes). It is different from the version of

tree-sitter-langs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Tuấn-Anh Nguyễn <ubolonton@gmail.com>
66
;; Keywords: languages tools parsers tree-sitter
77
;; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
8-
;; Version: 0.10.6-alpha
8+
;; Version: 0.10.5
99
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1010
;; SPDX-License-Identifier: MIT
1111

0 commit comments

Comments
 (0)