Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gutenberg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#
# LOCAL_GUTENBERG=../my-gutenberg-fork bundle exec pod install
GUTENBERG_CONFIG = {
# commit: '',
tag: 'v1.97.0'
commit: '13d2725cab18d9f9ea318c19b42e588a5acf3c98',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Avoid comma after the last item of a hash.

# tag: 'v1.97.0'
}

GITHUB_ORG = 'wordpress-mobile'
Expand Down
Loading